home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-168.nasl < prev    next >
Text File  |  2005-03-31  |  22KB  |  380 lines

  1. # This script was automatically generated from the dsa-168
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Wojciech Purczynski found out that it is possible for scripts to pass
  12. arbitrary text to sendmail as commandline extension when sending a
  13. mail through PHP even when safe_mode is turned on.  Passing 5th
  14. argument should be disabled if PHP is configured in safe_mode, which
  15. is the case for newer PHP versions and for the versions below.  This
  16. does not affect PHP3, though.
  17. Wojciech Purczynski also found out that arbitrary ASCII control
  18. characters may be injected into string arguments of the mail() function.
  19. If mail() arguments are taken from user\'s input it may give the user
  20. ability to alter message content including mail headers.
  21. Ulf HΣrnhammar discovered that file() and fopen() are vulnerable to
  22. CRLF injection.  An attacker could use it to escape certain
  23. restrictions and add arbitrary text to alleged HTTP requests that are
  24. passed through.
  25. However this only happens if something is passed to these functions
  26. which is neither a valid file name nor a valid url.  Any string that
  27. contains control chars cannot be a valid url.  Before you pass a
  28. string that should be a url to any function you must use urlencode()
  29. to encode it.
  30. Three problems have been identified in PHP:
  31. These problems have been fixed in version 3.0.18-23.1woody1 for PHP3
  32. and 4.1.2-5 for PHP4 for the current stable distribution (woody), in
  33. version 3.0.18-0potato1.2 for PHP3 and 4.0.3pl1-0potato4 for PHP4 in
  34. the old stable distribution (potato) and in version 3.0.18-23.2 for
  35. PHP3 and 4.2.3-3 for PHP4 for the unstable distribution (sid).
  36. We recommend that you upgrade your PHP packages.
  37.  
  38.  
  39. Solution : http://www.debian.org/security/2002/dsa-168
  40. Risk factor : High';
  41.  
  42. if (description) {
  43.  script_id(15005);
  44.  script_version("$Revision: 1.5 $");
  45.  script_xref(name: "DSA", value: "168");
  46.  script_cve_id("CVE-2002-0985", "CVE-2002-0986");
  47.  script_bugtraq_id(5681);
  48.  
  49.  script_description(english: desc);
  50.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  51.  script_name(english: "[DSA168] DSA-168-1 php");
  52.  script_category(ACT_GATHER_INFO);
  53.  script_family(english: "Debian Local Security Checks");
  54.  script_dependencies("ssh_get_info.nasl");
  55.  script_require_keys("Host/Debian/dpkg-l");
  56.  script_summary(english: "DSA-168-1 php");
  57.  exit(0);
  58. }
  59.  
  60. include("debian_package.inc");
  61.  
  62. w = 0;
  63. if (deb_check(prefix: 'php3', release: '2.2', reference: '3.0.18-0potato1.2')) {
  64.  w ++;
  65.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3 is vulnerable in Debian 2.2.\nUpgrade to php3_3.0.18-0potato1.2\n');
  66. }
  67. if (deb_check(prefix: 'php3-cgi', release: '2.2', reference: '3.0.18-0potato1.2')) {
  68.  w ++;
  69.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-cgi is vulnerable in Debian 2.2.\nUpgrade to php3-cgi_3.0.18-0potato1.2\n');
  70. }
  71. if (deb_check(prefix: 'php3-cgi-gd', release: '2.2', reference: '3.0.18-0potato1.2')) {
  72.  w ++;
  73.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-cgi-gd is vulnerable in Debian 2.2.\nUpgrade to php3-cgi-gd_3.0.18-0potato1.2\n');
  74. }
  75. if (deb_check(prefix: 'php3-cgi-imap', release: '2.2', reference: '3.0.18-0potato1.2')) {
  76.  w ++;
  77.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-cgi-imap is vulnerable in Debian 2.2.\nUpgrade to php3-cgi-imap_3.0.18-0potato1.2\n');
  78. }
  79. if (deb_check(prefix: 'php3-cgi-ldap', release: '2.2', reference: '3.0.18-0potato1.2')) {
  80.  w ++;
  81.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-cgi-ldap is vulnerable in Debian 2.2.\nUpgrade to php3-cgi-ldap_3.0.18-0potato1.2\n');
  82. }
  83. if (deb_check(prefix: 'php3-cgi-magick', release: '2.2', reference: '3.0.18-0potato1.2')) {
  84.  w ++;
  85.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-cgi-magick is vulnerable in Debian 2.2.\nUpgrade to php3-cgi-magick_3.0.18-0potato1.2\n');
  86. }
  87. if (deb_check(prefix: 'php3-cgi-mhash', release: '2.2', reference: '3.0.18-0potato1.2')) {
  88.  w ++;
  89.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-cgi-mhash is vulnerable in Debian 2.2.\nUpgrade to php3-cgi-mhash_3.0.18-0potato1.2\n');
  90. }
  91. if (deb_check(prefix: 'php3-cgi-mysql', release: '2.2', reference: '3.0.18-0potato1.2')) {
  92.  w ++;
  93.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-cgi-mysql is vulnerable in Debian 2.2.\nUpgrade to php3-cgi-mysql_3.0.18-0potato1.2\n');
  94. }
  95. if (deb_check(prefix: 'php3-cgi-pgsql', release: '2.2', reference: '3.0.18-0potato1.2')) {
  96.  w ++;
  97.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-cgi-pgsql is vulnerable in Debian 2.2.\nUpgrade to php3-cgi-pgsql_3.0.18-0potato1.2\n');
  98. }
  99. if (deb_check(prefix: 'php3-cgi-snmp', release: '2.2', reference: '3.0.18-0potato1.2')) {
  100.  w ++;
  101.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-cgi-snmp is vulnerable in Debian 2.2.\nUpgrade to php3-cgi-snmp_3.0.18-0potato1.2\n');
  102. }
  103. if (deb_check(prefix: 'php3-cgi-xml', release: '2.2', reference: '3.0.18-0potato1.2')) {
  104.  w ++;
  105.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-cgi-xml is vulnerable in Debian 2.2.\nUpgrade to php3-cgi-xml_3.0.18-0potato1.2\n');
  106. }
  107. if (deb_check(prefix: 'php3-dev', release: '2.2', reference: '3.0.18-0potato1.2')) {
  108.  w ++;
  109.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-dev is vulnerable in Debian 2.2.\nUpgrade to php3-dev_3.0.18-0potato1.2\n');
  110. }
  111. if (deb_check(prefix: 'php3-doc', release: '2.2', reference: '3.0.18-0potato1.2')) {
  112.  w ++;
  113.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-doc is vulnerable in Debian 2.2.\nUpgrade to php3-doc_3.0.18-0potato1.2\n');
  114. }
  115. if (deb_check(prefix: 'php3-gd', release: '2.2', reference: '3.0.18-0potato1.2')) {
  116.  w ++;
  117.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-gd is vulnerable in Debian 2.2.\nUpgrade to php3-gd_3.0.18-0potato1.2\n');
  118. }
  119. if (deb_check(prefix: 'php3-imap', release: '2.2', reference: '3.0.18-0potato1.2')) {
  120.  w ++;
  121.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-imap is vulnerable in Debian 2.2.\nUpgrade to php3-imap_3.0.18-0potato1.2\n');
  122. }
  123. if (deb_check(prefix: 'php3-ldap', release: '2.2', reference: '3.0.18-0potato1.2')) {
  124.  w ++;
  125.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-ldap is vulnerable in Debian 2.2.\nUpgrade to php3-ldap_3.0.18-0potato1.2\n');
  126. }
  127. if (deb_check(prefix: 'php3-magick', release: '2.2', reference: '3.0.18-0potato1.2')) {
  128.  w ++;
  129.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-magick is vulnerable in Debian 2.2.\nUpgrade to php3-magick_3.0.18-0potato1.2\n');
  130. }
  131. if (deb_check(prefix: 'php3-mhash', release: '2.2', reference: '3.0.18-0potato1.2')) {
  132.  w ++;
  133.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-mhash is vulnerable in Debian 2.2.\nUpgrade to php3-mhash_3.0.18-0potato1.2\n');
  134. }
  135. if (deb_check(prefix: 'php3-mysql', release: '2.2', reference: '3.0.18-0potato1.2')) {
  136.  w ++;
  137.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-mysql is vulnerable in Debian 2.2.\nUpgrade to php3-mysql_3.0.18-0potato1.2\n');
  138. }
  139. if (deb_check(prefix: 'php3-pgsql', release: '2.2', reference: '3.0.18-0potato1.2')) {
  140.  w ++;
  141.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-pgsql is vulnerable in Debian 2.2.\nUpgrade to php3-pgsql_3.0.18-0potato1.2\n');
  142. }
  143. if (deb_check(prefix: 'php3-snmp', release: '2.2', reference: '3.0.18-0potato1.2')) {
  144.  w ++;
  145.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-snmp is vulnerable in Debian 2.2.\nUpgrade to php3-snmp_3.0.18-0potato1.2\n');
  146. }
  147. if (deb_check(prefix: 'php3-xml', release: '2.2', reference: '3.0.18-0potato1.2')) {
  148.  w ++;
  149.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-xml is vulnerable in Debian 2.2.\nUpgrade to php3-xml_3.0.18-0potato1.2\n');
  150. }
  151. if (deb_check(prefix: 'php4', release: '2.2', reference: '4.0.3pl1-0potato4')) {
  152.  w ++;
  153.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4 is vulnerable in Debian 2.2.\nUpgrade to php4_4.0.3pl1-0potato4\n');
  154. }
  155. if (deb_check(prefix: 'php4-cgi', release: '2.2', reference: '4.0.3pl1-0potato4')) {
  156.  w ++;
  157.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-cgi is vulnerable in Debian 2.2.\nUpgrade to php4-cgi_4.0.3pl1-0potato4\n');
  158. }
  159. if (deb_check(prefix: 'php4-cgi-gd', release: '2.2', reference: '4.0.3pl1-0potato4')) {
  160.  w ++;
  161.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-cgi-gd is vulnerable in Debian 2.2.\nUpgrade to php4-cgi-gd_4.0.3pl1-0potato4\n');
  162. }
  163. if (deb_check(prefix: 'php4-cgi-imap', release: '2.2', reference: '4.0.3pl1-0potato4')) {
  164.  w ++;
  165.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-cgi-imap is vulnerable in Debian 2.2.\nUpgrade to php4-cgi-imap_4.0.3pl1-0potato4\n');
  166. }
  167. if (deb_check(prefix: 'php4-cgi-ldap', release: '2.2', reference: '4.0.3pl1-0potato4')) {
  168.  w ++;
  169.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-cgi-ldap is vulnerable in Debian 2.2.\nUpgrade to php4-cgi-ldap_4.0.3pl1-0potato4\n');
  170. }
  171. if (deb_check(prefix: 'php4-cgi-mhash', release: '2.2', reference: '4.0.3pl1-0potato4')) {
  172.  w ++;
  173.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-cgi-mhash is vulnerable in Debian 2.2.\nUpgrade to php4-cgi-mhash_4.0.3pl1-0potato4\n');
  174. }
  175. if (deb_check(prefix: 'php4-cgi-mysql', release: '2.2', reference: '4.0.3pl1-0potato4')) {
  176.  w ++;
  177.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-cgi-mysql is vulnerable in Debian 2.2.\nUpgrade to php4-cgi-mysql_4.0.3pl1-0potato4\n');
  178. }
  179. if (deb_check(prefix: 'php4-cgi-pgsql', release: '2.2', reference: '4.0.3pl1-0potato4')) {
  180.  w ++;
  181.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-cgi-pgsql is vulnerable in Debian 2.2.\nUpgrade to php4-cgi-pgsql_4.0.3pl1-0potato4\n');
  182. }
  183. if (deb_check(prefix: 'php4-cgi-snmp', release: '2.2', reference: '4.0.3pl1-0potato4')) {
  184.  w ++;
  185.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-cgi-snmp is vulnerable in Debian 2.2.\nUpgrade to php4-cgi-snmp_4.0.3pl1-0potato4\n');
  186. }
  187. if (deb_check(prefix: 'php4-cgi-xml', release: '2.2', reference: '4.0.3pl1-0potato4')) {
  188.  w ++;
  189.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-cgi-xml is vulnerable in Debian 2.2.\nUpgrade to php4-cgi-xml_4.0.3pl1-0potato4\n');
  190. }
  191. if (deb_check(prefix: 'php4-dev', release: '2.2', reference: '4.0.3pl1-0potato4')) {
  192.  w ++;
  193.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-dev is vulnerable in Debian 2.2.\nUpgrade to php4-dev_4.0.3pl1-0potato4\n');
  194. }
  195. if (deb_check(prefix: 'php4-gd', release: '2.2', reference: '4.0.3pl1-0potato4')) {
  196.  w ++;
  197.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-gd is vulnerable in Debian 2.2.\nUpgrade to php4-gd_4.0.3pl1-0potato4\n');
  198. }
  199. if (deb_check(prefix: 'php4-imap', release: '2.2', reference: '4.0.3pl1-0potato4')) {
  200.  w ++;
  201.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-imap is vulnerable in Debian 2.2.\nUpgrade to php4-imap_4.0.3pl1-0potato4\n');
  202. }
  203. if (deb_check(prefix: 'php4-ldap', release: '2.2', reference: '4.0.3pl1-0potato4')) {
  204.  w ++;
  205.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-ldap is vulnerable in Debian 2.2.\nUpgrade to php4-ldap_4.0.3pl1-0potato4\n');
  206. }
  207. if (deb_check(prefix: 'php4-mhash', release: '2.2', reference: '4.0.3pl1-0potato4')) {
  208.  w ++;
  209.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-mhash is vulnerable in Debian 2.2.\nUpgrade to php4-mhash_4.0.3pl1-0potato4\n');
  210. }
  211. if (deb_check(prefix: 'php4-mysql', release: '2.2', reference: '4.0.3pl1-0potato4')) {
  212.  w ++;
  213.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-mysql is vulnerable in Debian 2.2.\nUpgrade to php4-mysql_4.0.3pl1-0potato4\n');
  214. }
  215. if (deb_check(prefix: 'php4-pgsql', release: '2.2', reference: '4.0.3pl1-0potato4')) {
  216.  w ++;
  217.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-pgsql is vulnerable in Debian 2.2.\nUpgrade to php4-pgsql_4.0.3pl1-0potato4\n');
  218. }
  219. if (deb_check(prefix: 'php4-snmp', release: '2.2', reference: '4.0.3pl1-0potato4')) {
  220.  w ++;
  221.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-snmp is vulnerable in Debian 2.2.\nUpgrade to php4-snmp_4.0.3pl1-0potato4\n');
  222. }
  223. if (deb_check(prefix: 'php4-xml', release: '2.2', reference: '4.0.3pl1-0potato4')) {
  224.  w ++;
  225.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-xml is vulnerable in Debian 2.2.\nUpgrade to php4-xml_4.0.3pl1-0potato4\n');
  226. }
  227. if (deb_check(prefix: 'caudium-php4', release: '3.0', reference: '4.1.2-5')) {
  228.  w ++;
  229.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package caudium-php4 is vulnerable in Debian 3.0.\nUpgrade to caudium-php4_4.1.2-5\n');
  230. }
  231. if (deb_check(prefix: 'php3', release: '3.0', reference: '3.0.18-23.1woody1')) {
  232.  w ++;
  233.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3 is vulnerable in Debian 3.0.\nUpgrade to php3_3.0.18-23.1woody1\n');
  234. }
  235. if (deb_check(prefix: 'php3-cgi', release: '3.0', reference: '3.0.18-23.1woody1')) {
  236.  w ++;
  237.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-cgi is vulnerable in Debian 3.0.\nUpgrade to php3-cgi_3.0.18-23.1woody1\n');
  238. }
  239. if (deb_check(prefix: 'php3-cgi-gd', release: '3.0', reference: '3.0.18-23.1woody1')) {
  240.  w ++;
  241.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-cgi-gd is vulnerable in Debian 3.0.\nUpgrade to php3-cgi-gd_3.0.18-23.1woody1\n');
  242. }
  243. if (deb_check(prefix: 'php3-cgi-imap', release: '3.0', reference: '3.0.18-23.1woody1')) {
  244.  w ++;
  245.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-cgi-imap is vulnerable in Debian 3.0.\nUpgrade to php3-cgi-imap_3.0.18-23.1woody1\n');
  246. }
  247. if (deb_check(prefix: 'php3-cgi-ldap', release: '3.0', reference: '3.0.18-23.1woody1')) {
  248.  w ++;
  249.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-cgi-ldap is vulnerable in Debian 3.0.\nUpgrade to php3-cgi-ldap_3.0.18-23.1woody1\n');
  250. }
  251. if (deb_check(prefix: 'php3-cgi-magick', release: '3.0', reference: '3.0.18-23.1woody1')) {
  252.  w ++;
  253.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-cgi-magick is vulnerable in Debian 3.0.\nUpgrade to php3-cgi-magick_3.0.18-23.1woody1\n');
  254. }
  255. if (deb_check(prefix: 'php3-cgi-mhash', release: '3.0', reference: '3.0.18-23.1woody1')) {
  256.  w ++;
  257.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-cgi-mhash is vulnerable in Debian 3.0.\nUpgrade to php3-cgi-mhash_3.0.18-23.1woody1\n');
  258. }
  259. if (deb_check(prefix: 'php3-cgi-mysql', release: '3.0', reference: '3.0.18-23.1woody1')) {
  260.  w ++;
  261.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-cgi-mysql is vulnerable in Debian 3.0.\nUpgrade to php3-cgi-mysql_3.0.18-23.1woody1\n');
  262. }
  263. if (deb_check(prefix: 'php3-cgi-snmp', release: '3.0', reference: '3.0.18-23.1woody1')) {
  264.  w ++;
  265.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-cgi-snmp is vulnerable in Debian 3.0.\nUpgrade to php3-cgi-snmp_3.0.18-23.1woody1\n');
  266. }
  267. if (deb_check(prefix: 'php3-cgi-xml', release: '3.0', reference: '3.0.18-23.1woody1')) {
  268.  w ++;
  269.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-cgi-xml is vulnerable in Debian 3.0.\nUpgrade to php3-cgi-xml_3.0.18-23.1woody1\n');
  270. }
  271. if (deb_check(prefix: 'php3-dev', release: '3.0', reference: '3.0.18-23.1woody1')) {
  272.  w ++;
  273.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-dev is vulnerable in Debian 3.0.\nUpgrade to php3-dev_3.0.18-23.1woody1\n');
  274. }
  275. if (deb_check(prefix: 'php3-doc', release: '3.0', reference: '3.0.18-23.1woody1')) {
  276.  w ++;
  277.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-doc is vulnerable in Debian 3.0.\nUpgrade to php3-doc_3.0.18-23.1woody1\n');
  278. }
  279. if (deb_check(prefix: 'php3-gd', release: '3.0', reference: '3.0.18-23.1woody1')) {
  280.  w ++;
  281.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-gd is vulnerable in Debian 3.0.\nUpgrade to php3-gd_3.0.18-23.1woody1\n');
  282. }
  283. if (deb_check(prefix: 'php3-imap', release: '3.0', reference: '3.0.18-23.1woody1')) {
  284.  w ++;
  285.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-imap is vulnerable in Debian 3.0.\nUpgrade to php3-imap_3.0.18-23.1woody1\n');
  286. }
  287. if (deb_check(prefix: 'php3-ldap', release: '3.0', reference: '3.0.18-23.1woody1')) {
  288.  w ++;
  289.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-ldap is vulnerable in Debian 3.0.\nUpgrade to php3-ldap_3.0.18-23.1woody1\n');
  290. }
  291. if (deb_check(prefix: 'php3-magick', release: '3.0', reference: '3.0.18-23.1woody1')) {
  292.  w ++;
  293.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-magick is vulnerable in Debian 3.0.\nUpgrade to php3-magick_3.0.18-23.1woody1\n');
  294. }
  295. if (deb_check(prefix: 'php3-mhash', release: '3.0', reference: '3.0.18-23.1woody1')) {
  296.  w ++;
  297.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-mhash is vulnerable in Debian 3.0.\nUpgrade to php3-mhash_3.0.18-23.1woody1\n');
  298. }
  299. if (deb_check(prefix: 'php3-mysql', release: '3.0', reference: '3.0.18-23.1woody1')) {
  300.  w ++;
  301.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-mysql is vulnerable in Debian 3.0.\nUpgrade to php3-mysql_3.0.18-23.1woody1\n');
  302. }
  303. if (deb_check(prefix: 'php3-snmp', release: '3.0', reference: '3.0.18-23.1woody1')) {
  304.  w ++;
  305.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-snmp is vulnerable in Debian 3.0.\nUpgrade to php3-snmp_3.0.18-23.1woody1\n');
  306. }
  307. if (deb_check(prefix: 'php3-xml', release: '3.0', reference: '3.0.18-23.1woody1')) {
  308.  w ++;
  309.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php3-xml is vulnerable in Debian 3.0.\nUpgrade to php3-xml_3.0.18-23.1woody1\n');
  310. }
  311. if (deb_check(prefix: 'php4', release: '3.0', reference: '4.1.2-5')) {
  312.  w ++;
  313.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4 is vulnerable in Debian 3.0.\nUpgrade to php4_4.1.2-5\n');
  314. }
  315. if (deb_check(prefix: 'php4-cgi', release: '3.0', reference: '4.1.2-5')) {
  316.  w ++;
  317.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-cgi is vulnerable in Debian 3.0.\nUpgrade to php4-cgi_4.1.2-5\n');
  318. }
  319. if (deb_check(prefix: 'php4-curl', release: '3.0', reference: '4.1.2-5')) {
  320.  w ++;
  321.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-curl is vulnerable in Debian 3.0.\nUpgrade to php4-curl_4.1.2-5\n');
  322. }
  323. if (deb_check(prefix: 'php4-dev', release: '3.0', reference: '4.1.2-5')) {
  324.  w ++;
  325.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-dev is vulnerable in Debian 3.0.\nUpgrade to php4-dev_4.1.2-5\n');
  326. }
  327. if (deb_check(prefix: 'php4-domxml', release: '3.0', reference: '4.1.2-5')) {
  328.  w ++;
  329.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-domxml is vulnerable in Debian 3.0.\nUpgrade to php4-domxml_4.1.2-5\n');
  330. }
  331. if (deb_check(prefix: 'php4-gd', release: '3.0', reference: '4.1.2-5')) {
  332.  w ++;
  333.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-gd is vulnerable in Debian 3.0.\nUpgrade to php4-gd_4.1.2-5\n');
  334. }
  335. if (deb_check(prefix: 'php4-imap', release: '3.0', reference: '4.1.2-5')) {
  336.  w ++;
  337.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-imap is vulnerable in Debian 3.0.\nUpgrade to php4-imap_4.1.2-5\n');
  338. }
  339. if (deb_check(prefix: 'php4-ldap', release: '3.0', reference: '4.1.2-5')) {
  340.  w ++;
  341.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-ldap is vulnerable in Debian 3.0.\nUpgrade to php4-ldap_4.1.2-5\n');
  342. }
  343. if (deb_check(prefix: 'php4-mcal', release: '3.0', reference: '4.1.2-5')) {
  344.  w ++;
  345.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-mcal is vulnerable in Debian 3.0.\nUpgrade to php4-mcal_4.1.2-5\n');
  346. }
  347. if (deb_check(prefix: 'php4-mhash', release: '3.0', reference: '4.1.2-5')) {
  348.  w ++;
  349.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-mhash is vulnerable in Debian 3.0.\nUpgrade to php4-mhash_4.1.2-5\n');
  350. }
  351. if (deb_check(prefix: 'php4-mysql', release: '3.0', reference: '4.1.2-5')) {
  352.  w ++;
  353.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-mysql is vulnerable in Debian 3.0.\nUpgrade to php4-mysql_4.1.2-5\n');
  354. }
  355. if (deb_check(prefix: 'php4-odbc', release: '3.0', reference: '4.1.2-5')) {
  356.  w ++;
  357.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-odbc is vulnerable in Debian 3.0.\nUpgrade to php4-odbc_4.1.2-5\n');
  358. }
  359. if (deb_check(prefix: 'php4-pear', release: '3.0', reference: '4.1.2-5')) {
  360.  w ++;
  361.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-pear is vulnerable in Debian 3.0.\nUpgrade to php4-pear_4.1.2-5\n');
  362. }
  363. if (deb_check(prefix: 'php4-recode', release: '3.0', reference: '4.1.2-5')) {
  364.  w ++;
  365.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-recode is vulnerable in Debian 3.0.\nUpgrade to php4-recode_4.1.2-5\n');
  366. }
  367. if (deb_check(prefix: 'php4-snmp', release: '3.0', reference: '4.1.2-5')) {
  368.  w ++;
  369.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-snmp is vulnerable in Debian 3.0.\nUpgrade to php4-snmp_4.1.2-5\n');
  370. }
  371. if (deb_check(prefix: 'php4-sybase', release: '3.0', reference: '4.1.2-5')) {
  372.  w ++;
  373.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-sybase is vulnerable in Debian 3.0.\nUpgrade to php4-sybase_4.1.2-5\n');
  374. }
  375. if (deb_check(prefix: 'php4-xslt', release: '3.0', reference: '4.1.2-5')) {
  376.  w ++;
  377.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package php4-xslt is vulnerable in Debian 3.0.\nUpgrade to php4-xslt_4.1.2-5\n');
  378. }
  379. if (w) { security_hole(port: 0, data: desc); }
  380.